home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / tpapi.exe / DOCS / OLDDOCS.LZH / NWSERIAL.DOC < prev    next >
Text File  |  1992-10-26  |  1KB  |  28 lines

  1.                                SERIAL SERVICES
  2.                                ===============
  3.  
  4. --------------------------------------------------------------------------------
  5.  
  6.   GetNetworkSerialNumber    (VAR SerialNumber : LONGINT;
  7.                              VAR ApplicationNumber : WORD) : WORD;
  8.  
  9.     Returns the serial and application numbers of the current file server.
  10.  
  11.     SerialNumber (Output)             : Netware serial number.
  12.  
  13.     ApplicationNumber (Output)        : Vendor application number.
  14.  
  15. --------------------------------------------------------------------------------
  16.  
  17.   VerifyNetworkSerialNumber (SerialNumber : LONGINT;
  18.                              VAR ApplicationNumber : WORD) : WORD;
  19.  
  20.     Verifys the serial number of the default server.  If successful then the
  21.     application number is returned, if not the call NEVER RETURNS.
  22.  
  23.     SerialNumber (Input)              : Netware serial number to verify.
  24.  
  25.     ApplicationNumber (Output)        : Vendor application number.
  26.  
  27. --------------------------------------------------------------------------------
  28.